home *** CD-ROM | disk | FTP | other *** search
- ; Single-Make within NorthC
- ;
- ;
- ; Setup NorthC to run on a single disk Amiga 500.
- ;
- ; I would recommend that you go out and buy a second drive if you want
- ; to do any real work, but just for a quick play...
- ;
-
- ; Copy make, the rest of the tools are defined explicitly in the Makefile
- copy NorthC:bin/make ram:
-
- ; Now set up the library path
- assign clibs: NorthC:clibs
-
-